home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / Projects / Questions & Answers / Q&A General Queries / Configuring Opcode Studio 5 < prev    next >
Encoding:
Text File  |  1998-10-26  |  1.7 KB  |  60 lines  |  [TEXT/ScoM]

  1. CONFIGURING OPCODE STUDIO 5
  2.  
  3. >I have an Opcode Studio 5 and wish to know how to set SCOM so that i can
  4. >access a particular cable and midi channel, this would save me having to
  5. >jump to Logic Audio and back all the time in order to hear my results, how
  6. >do you setup midi for this?
  7.  
  8. My Studio5 (OMS) setup.
  9.  
  10. ;;; -------------------------------------------------------------------------
  11.  
  12. OMS:
  13.  
  14. Studio 5-Modem/Printer
  15.  
  16. 1 Midi Grand        (ID 1)          ; in scom (port 0)
  17. 2 K2000i            (ID 2)          ; in scom (port 1)
  18. 3 K2000ii           (ID 3)          ; in scom (port 2)
  19. 4 ProMix 01         (ID 4)          ; in scom (port 3)
  20.  
  21. Compatibility Setup
  22.  
  23.     Speed: Fast
  24.     Emulate MIDI Time Piece
  25.     View: Midi Time Piese In
  26.     Auto.
  27.     View: Midi Time Piese Out
  28.     Auto
  29.  
  30. ;;; -------------------------------------------------------------------------
  31.  
  32. MidiShare 1.68:
  33.  
  34. MidiShare memory size: 60000
  35. Use Time Manager    OFF
  36. Use MidiTimePiece    ON
  37. Dynamic allocation    ON
  38.  
  39. ;;; -------------------------------------------------------------------------
  40. ;;; this file is loaded when SCOM starts up (environment->extensions folder)
  41. ;;; set here the default midport
  42. ;;; options are :printer or :modem
  43. ;;; this setting may be redefined in the file
  44. ;;; -------------------------------------------------------------------------
  45.  
  46. (progn
  47.   (setq diagnose-verbose nil)
  48.   (def-setup
  49.     k2000i 1                  ; MIDI port 1 Ch. 1-16 (printer port)
  50.     k2000ii 2                 ; MIDI port 2 Ch. 1-16 (printer port)
  51.     pro01 3                   ; MIDI port 3 Ch. 1-16 (printer port)
  52.     )
  53.   (setq diagnose-verbose t)
  54.   )
  55.  
  56. ;;; -------------------------------------------------------------------------
  57.  
  58. Midi port 0 is modem and I use as a Master Key... which is not important
  59. since scom dose not have a Midi In.
  60.